diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2025-01-29 23:20:48 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-29 23:20:48 +0900 |
| commit | 7fc9d2fcbd74a1ff45dc3f1d5f6161f5bc91c12d (patch) | |
| tree | 2dc80bd79427479e45500352ca29e505a6e3f0fd /config/waybar/style/[Dark] Purpl.css | |
| parent | 65af1fcdea7f3e53174ad1ff18846f3437cb8248 (diff) | |
| parent | 9f7650cb60dacfe59b3d712db776974ba816bd83 (diff) | |
Merge branch 'development' into windowrules
Diffstat (limited to 'config/waybar/style/[Dark] Purpl.css')
| -rw-r--r-- | config/waybar/style/[Dark] Purpl.css | 44 |
1 files changed, 10 insertions, 34 deletions
diff --git a/config/waybar/style/[Dark] Purpl.css b/config/waybar/style/[Dark] Purpl.css index a78a1977..a9897123 100644 --- a/config/waybar/style/[Dark] Purpl.css +++ b/config/waybar/style/[Dark] Purpl.css @@ -20,13 +20,6 @@ window#waybar.hidden { opacity: 0.5; } -window#waybar.empty, -window#waybar.empty #window { - padding: 0px; - border: 0px; - background-color: transparent; -} - tooltip { background: #1e1e2e; border-radius: 10px; @@ -43,8 +36,8 @@ tooltip { background-color: #3d174b; padding-top: 2px; padding-bottom: 2px; - padding-right: 4px; - padding-left: 4px; + padding-right: 5px; + padding-left: 5px; } .modules-center { @@ -61,10 +54,11 @@ tooltip { background-color: #441a53; padding-top: 2px; padding-bottom: 2px; - padding-right: 4px; - padding-left: 4px; + padding-right: 5px; + padding-left: 5px; } + #workspaces button { color: #6E6A86; box-shadow: none; @@ -79,7 +73,7 @@ tooltip { #workspaces button.active { color: #cba6f7; - border-radius: 50%; + border-radius: 20%; background-color: black; padding-left: 8px; padding-right: 8px; @@ -139,6 +133,7 @@ tooltip { #custom-hint, #custom-hypridle, #custom-menu, +#custom-playerctl, #custom-power_vertical, #custom-power, #custom-settings, @@ -204,6 +199,7 @@ tooltip { animation-direction: alternate; } +#backlight-slider slider, #pulseaudio-slider slider { min-width: 0px; min-height: 0px; @@ -213,6 +209,7 @@ tooltip { box-shadow: none; } +#backlight-slider trough, #pulseaudio-slider trough { min-width: 80px; min-height: 5px; @@ -220,30 +217,9 @@ tooltip { background-color: #6E6A86; } +#backlight-slider highlight, #pulseaudio-slider highlight { min-height: 10px; border-radius: 5px; background-color: purple; -} - -#backlight-slider slider { - min-width: 0px; - min-height: 0px; - opacity: 0; - background-image: none; - border: none; - box-shadow: none; -} - -#backlight-slider trough { - min-width: 80px; - min-height: 10px; - border-radius: 5px; - background-color: #6E6A86; -} - -#backlight-slider highlight { - min-width: 10px; - border-radius: 5px; - background-color: purple; }
\ No newline at end of file |
